home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
1401_500
/
DISK1470
/
DISK1470.ZIP
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-10-01
|
2KB
|
42 lines
echo off
cls
echo WELCOME TO PC-CAI 2.00
echo
echo PC-CAI is a computer assisted learning language that allows you to
echo write tutorials, tests, rolling demos and other programs. This disk
echo contains an installation program that will load PC-CAI onto your hard
echo disk (or another floppy). You must have about 350K of space on your
echo disk for the install to be successful.
echo ──────────────────────────────────────────────────────────────────────
echo To install the program enter the command
echo
echo INSTALL d: \directory
echo
echo where d: is the name of the drive where you want to install PC-CAI,
echo and \directory is the directory name where you want program to reside.
echo For example, to load to a hard disk, the command will probably be
echo
echo INSTALL C: \CAI
echo
echo (make sure there is a blank between the C: and the \)
echo
echo To load to a floppy disk in drive B: you would use the command
echo INSTALL B: \ (again, a blank between B: and \).
echo ──────────────────────────────────────────────────────────────────────
pause
cls
echo ──────────────────────────────────────────────────────────────────────
echo To print the documentation on this disk, use the command
echo
echo PRINTDOC filename.doc
echo
echo For example, to print the condensed manual named CAI.DOC, enter
echo
echo PRINTDOC CAI.DOC
echo
echo The "DOC" files on this disk are:
echo ──────────────────────────────────────────────────────────────────────
DIR *.DOC
echo ──────────────────────────────────────────────────────────────────────